runtime._func.funcID (field)
17 uses
runtime (current package)
mgcmark.go#L923: isAsyncPreempt := frame.fn.valid() && frame.fn.funcID == abi.FuncID_asyncPreempt
mgcmark.go#L924: isDebugCall := frame.fn.valid() && frame.fn.funcID == abi.FuncID_debugCallV2
panic.go#L1418: return f.funcID == abi.FuncID_abort
runtime2.go#L905: funcID abi.FuncID // set for certain special runtime functions
stack.go#L1191: if f.valid() && f.funcID == abi.FuncID_gcBgMarkWorker {
symtab.go#L814: return srcFunc{f.datap, f.nameOff, f.startLine, f.funcID}
traceback.go#L268: if f.funcID == abi.FuncID_cgocallback {
traceback.go#L291: switch f.funcID {
traceback.go#L463: if doPrint && gp.m.incgo && f.funcID == abi.FuncID_sigpanic {
traceback.go#L489: injectedCall := f.funcID == abi.FuncID_sigpanic || f.funcID == abi.FuncID_asyncPreempt || f.funcID == abi.FuncID_debugCallV2
traceback.go#L497: u.calleeFuncID = f.funcID
traceback.go#L599: if cgoTraceback == nil || u.frame.fn.funcID != abi.FuncID_cgocallback || u.cgoCtxt < 0 {
traceback.go#L1320: if f.funcID == abi.FuncID_runtime_main || f.funcID == abi.FuncID_handleAsyncEvent {
traceback.go#L1323: if f.funcID == abi.FuncID_runfinq {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |